|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InvalidCommandException in de.cebis.moccabox.application |
|---|
| Methods in de.cebis.moccabox.application that throw InvalidCommandException | |
|---|---|
IODefinition |
ITaskController.handleCommand(IODefinition ioDefinition)
Behandelt das Kommando, das von der IO-Schicht übergeben wird. |
| Uses of InvalidCommandException in de.cebis.moccabox.application.standard |
|---|
| Methods in de.cebis.moccabox.application.standard that throw InvalidCommandException | |
|---|---|
IODefinition |
StandardTaskController.handleCommand(IODefinition ioDefinition)
Behandelt das Kommando, das von der IO-Schicht übergeben wird. |
| Uses of InvalidCommandException in de.cebis.moccabox.io.command |
|---|
| Methods in de.cebis.moccabox.io.command that throw InvalidCommandException | |
|---|---|
TaskCommand |
TaskCommandContainer.getTaskCommand(java.lang.String id)
Zurückgeben des TaskCommand, das der übergebenen Ticket-ID
entspricht. |
void |
TaskCommandContainer.removeTaskCommand(java.lang.String id)
Entfernen des TaskCommand, das der übergebenen Ticket-ID
entspricht. |
| Uses of InvalidCommandException in de.cebis.moccabox.repository |
|---|
| Methods in de.cebis.moccabox.repository that throw InvalidCommandException | |
|---|---|
BusinessTaskBean |
IRepository.getBusinessTaskBean(java.lang.String command)
Zurückliefern des BusinessTaskBean für einen bestimmten Befehl. |
java.lang.String |
IRepository.getCommandForStatus(java.lang.String command,
java.lang.String status)
Zurückliefern eines Folge-Befehls für einen erreichten Status einer Ausführung. |
TaskStatusBean |
IRepository.getTaskStatusBean(java.lang.String command,
java.lang.String status)
Zurückliefern eines spezifizierten Status für die Ausführung eines Vorgangs. |
| Uses of InvalidCommandException in de.cebis.moccabox.repository.impl |
|---|
| Methods in de.cebis.moccabox.repository.impl that throw InvalidCommandException | |
|---|---|
BusinessTaskBean |
RepositoryImpl.getBusinessTaskBean(java.lang.String command)
|
java.lang.String |
RepositoryImpl.getCommandForStatus(java.lang.String command,
java.lang.String status)
|
TaskStatusBean |
RepositoryImpl.getTaskStatusBean(java.lang.String command,
java.lang.String status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||